home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / Other Langs / Tickle-4.0 (tcl) / tcl / extend / src / tclXconfig.h < prev    next >
Encoding:
Text File  |  1993-10-31  |  3.3 KB  |  143 lines  |  [TEXT/MPS ]

  1. /* src/tclXconfig.h.in.  Generated automatically from configure.in by autoheader.  */
  2.  
  3. /* Define to empty if the keyword does not work.  */
  4. //#undef const
  5.  
  6. /* Define to the type of elements in the array set by `getgroups'.
  7.    Usually this is either `int' or `gid_t'.  */
  8. #undef GETGROUPS_T
  9.  
  10. /* Define to `int' if <sys/types.h> doesn't define.  */
  11. #define gid_t    int
  12.  
  13. /* Define if your struct tm has tm_zone.  */
  14. #undef HAVE_TM_ZONE
  15.  
  16. /* Define if you don't have tm_zone but do have the external array
  17.    tzname.  */
  18. #undef HAVE_TZNAME
  19.  
  20. /* Define if you have unistd.h.  */
  21. #undef HAVE_UNISTD_H
  22.  
  23. /* Define to `int' if <sys/types.h> doesn't define.  */
  24. #define mode_t    int
  25.  
  26. /* Define to `int' if <sys/types.h> doesn't define.  */
  27. #define pid_t    int
  28.  
  29. /* Define as the return type of signal handlers (int or void).  */
  30. #define RETSIGTYPE    int
  31.  
  32. /* Define if your sys/time.h declares struct tm.  */
  33. #undef TM_IN_SYS_TIME
  34.  
  35. /* Define to `int' if <sys/types.h> doesn't define.  */
  36. #define uid_t    int
  37.  
  38. /* Define if you don't have sys/socket.h */
  39. #define NO_SYS_SOCKET_H
  40.  
  41. /* Define if you have and need sys/select.h */
  42. #undef HAVE_SYS_SELECT_H
  43.  
  44. /* Define if don't you have values.h */
  45. #undef NO_VALUES_H
  46.  
  47. /* Define if your struct tm has tm_zone.  */
  48. #undef HAVE_TM_ZONE
  49.  
  50. /* Define if you have the timezone variable.  */
  51. #undef HAVE_TIMEZONE_VAR
  52.  
  53. /* Define if your struct tm has tm_tzadj.  */
  54. #undef HAVE_TM_TZADJ
  55.  
  56. /* Define if your struct tm has tm_gmtoff.  */
  57. #undef HAVE_TM_GMTOFF
  58.  
  59. /* Define if you don't have tm_zone but do have the external array
  60.    tzname.  */
  61. #undef HAVE_TZNAME
  62.  
  63. /* Define if you have unistd.h.  */
  64. #define HAVE_UNISTD_H
  65.  
  66. /* Define if you do not have dirent.h */
  67. #define NO_DIRENT_H
  68.  
  69. /* Define if you do not have readdir but you do have V7-style directories */
  70. #undef USE_DIRENT2_H
  71.  
  72. /* Define if you do not have float.h */
  73. #define NO_FLOAT_H
  74.  
  75. /* Define if you do not have limits.h */
  76. #undef NO_LIMITS_H
  77.  
  78. /* Define if you do not have stdlib.h */
  79. #undef NO_STDLIB_H
  80.  
  81. /* Define if you do not have string.h */
  82. #undef NO_STRING_H
  83.  
  84. /* Define if you do not have sys/time.h */
  85. #define NO_SYS_TIME_H
  86.  
  87. /* Define if you do not have sys/wait.h */
  88. #define NO_SYS_WAIT_H
  89.  
  90. /* Define if time.h can be included with sys/time.h */
  91. #undef TIME_WITH_SYS_TIME
  92.  
  93. /* Define if wait does not return a union */
  94. #define NO_UNION_WAIT
  95.  
  96. /* Define if "times" returns the elasped real time */
  97. #define TIMES_RETS_REAL_TIME
  98.  
  99. /* Define if you have catgets.  */
  100. #undef HAVE_CATGETS
  101.  
  102. /* Define if you have getcwd.  */
  103. #undef HAVE_GETCWD
  104.  
  105. /* Define if you have select.  */
  106. #undef HAVE_SELECT
  107.  
  108. /* Define if you have setitimer.  */
  109. #undef HAVE_SETITIMER
  110.  
  111. /* Define if you have setlinebuf.  */
  112. #undef HAVE_SETLINEBUF
  113.  
  114. /* Define if you have sigaction.  */
  115. #undef HAVE_SIGACTION
  116.  
  117. /* Define if you have setpgid.  */
  118. #undef HAVE_SETPGID
  119.  
  120. /* Define if you have bzero.  */
  121. #undef HAVE_BZERO
  122.  
  123. /* Define if you have gettimeofday.  */
  124. #undef HAVE_GETTIMEOFDAY
  125.  
  126. /* Define if you have the socket library (-lsocket).  */
  127. #undef HAVE_SOCKET
  128.  
  129. /* Define if you have the nsl library (-lnsl).  */
  130. #undef HAVE_NSL
  131.  
  132. /* Define if you have the c_s library (-lc_s).  */
  133. #undef HAVE_C_S
  134.  
  135. /* Define if you have the X11_s library (-lX11_s).  */
  136. #undef HAVE_X11_S
  137.  
  138. /* Define if you have the X11 library (-lX11).  */
  139. #undef HAVE_X11
  140.  
  141. /* Define if you have the Xwindow library (-lXwindow).  */
  142. #undef HAVE_XWINDOW
  143.